type runtime.semaRoot
8 uses
runtime (current package)
sema.go#L40: type semaRoot struct {
sema.go#L52: root semaRoot
sema.go#L53: pad [cpu.CacheLinePadSize - unsafe.Sizeof(semaRoot{})]byte
sema.go#L56: func (t *semTable) rootFor(addr *uint32) *semaRoot {
sema.go#L246: func (root *semaRoot) queue(addr *uint32, s *sudog, lifo bool) {
sema.go#L333: func (root *semaRoot) dequeue(addr *uint32) (found *sudog, now int64) {
sema.go#L404: func (root *semaRoot) rotateLeft(x *sudog) {
sema.go#L432: func (root *semaRoot) rotateRight(y *sudog) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |